home *** CD-ROM | disk | FTP | other *** search
- -- background: 29265 from stack: in.2d
- -- bmap block id: 7730
- -- flags: 4000
- -- background id: 0
- -- name: Divider
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=436 top=291 right=331 bottom=465
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual wipe right
- go previous
- end mouseUp
-
- on mouseStillDown
- wait 30
- visual wipe right
- go previous
- end mouseStillDown
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=470 top=291 right=331 bottom=499
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual wipe left
- go next
- end mouseUp
-
- on mouseStillDown
- wait 30
- visual wipe left
- go next
- end mouseStillDown
-